Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(share/p2p/shrexnd): Improve accuracy of RequestND description #2418

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

musalbas
Copy link
Member

@musalbas musalbas commented Jul 2, 2023

RequestND doesn't actually verify the inclusion proofs; this is done later in GetSharesByNamespace:
https://github.com/celestiaorg/celestia-node/blob/main/share/getters/shrex.go#L237

@github-actions github-actions bot added the external Issues created by non node team members label Jul 2, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2418 (0cf1bf3) into main (44786bb) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2418      +/-   ##
==========================================
+ Coverage   52.96%   52.97%   +0.01%     
==========================================
  Files         156      156              
  Lines        9915     9915              
==========================================
+ Hits         5251     5252       +1     
+ Misses       4208     4207       -1     
  Partials      456      456              
Impacted Files Coverage Δ
share/p2p/shrexnd/client.go 45.52% <ø> (ø)

... and 4 files with indirect coverage changes

@renaynay renaynay changed the title Improve accuracy of RequestND description doc(share/p2p/shrexnd): Improve accuracy of RequestND description Jul 3, 2023
@renaynay renaynay added the kind:docs For solely documentation PRs label Jul 3, 2023
@renaynay renaynay enabled auto-merge July 3, 2023 10:08
@renaynay renaynay added this pull request to the merge queue Jul 3, 2023
Merged via the queue into main with commit 1a37094 Jul 3, 2023
15 of 19 checks passed
@renaynay renaynay deleted the shrexnd-comment-fix branch July 3, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issues created by non node team members kind:docs For solely documentation PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants